home *** CD-ROM | disk | FTP | other *** search
/ DOpus Plus / DOpus Plus.iso / Tutorial / ARexx Tutorial / TuteRexx / DOpusFrontBack.dopus5 < prev    next >
Text File  |  1998-08-18  |  338b  |  7 lines

  1. /* DOpus front/back test */
  2. address 'DOPUS.1'             /* Open DOpus' ARexx port */
  3. dopus front                   /* Bring the DOpus display to the front */
  4. address command wait 2        /* Wait for 2 seconds */
  5. dopus back                    /* Send the DOpus display to the back */
  6. exit                          /* Exit the script */
  7.